ShapeActionsCommand Constructor(Shape[],Double,Boolean)
Initializes a new instance of the
ShapeActionsCommand class.
'Declaration
Public Function New( _
ByVal () As Shape, _
ByVal As Double, _
Optional ByVal As Boolean _
)
'Usage
Dim drawingObjects() As Shape
Dim rotationOffset As Double
Dim isRightToLeft As Boolean
Dim instance As New ShapeActionsCommand(drawingObjects, rotationOffset, isRightToLeft)
Parameters
- drawingObjects
- The drawing objects to process.
- rotationOffset
- The angle that drawing object's rotation will be added.
- isRightToLeft